SignerEmail Element
The SignerEmail elements allows you to capture an email address that will be used as part of the eSignature field for the SDX fillable field naming convention. The email address is passed as part of transaction data.
Adding a SignerEmail Element to Static Documents
To add an email element to a static document:
- Double-click the Borrower's Signature or Co-Borrower's Signature field to display the Electronic Signature Setup window.
- Within the Signer EMail tab, add
PRINT ./@_vEmailAddress. This causes the email address of the corresponding borrower to be passed as part of the transaction data.
Adding a SignerEmail element to Dynamic Documents
To add an email element to a dynamic document:
- Within the Outline Editor tab, right-click the Signature element and select .
- Double-click the ENTER CONTENTS HERE text that appears and enter the DTA ID.
- In the PTR Editor, add
PRINT ./@_vEmailAddress. This causes the email address of the corresponding borrower to be passed as part of the transaction data.